home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 July
/
Software of the Month - Ultimate Collection Shareware 274.iso
/
mac
/
MyABCD
/
GAMES.SWF
/
scripts
/
DefineButton2_425
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
1999-10-24
|
239b
|
16 lines
on(press){
if(object == "12")
{
loadMovieNum("correct.swf",3,"GET");
letter = "0";
}
else if(object eq "0")
{
letter = "12";
}
else
{
loadMovieNum("wrong.swf",3,"GET");
}
}